-
Re: Programming font charset
Swift for example even allows emoji as variable names: * let π = 3.14159 * let 你好 = "你好世界" * let 🐶🐮 = "dogcow" But to add to Peter and John’s mention of strings, code comm…2 -
Re: Order of execution of OpenType features
That is because each feature creates an implicit lookup. If you put the lookup definitions before the feature definitions, and just reference the lookups in the features, you can see that it is real…3 -
Re: Proofing Kern On results - How do you review thousands of pairs?
I can’t comment on its reliability, but DTL KernMaster is available for Windows.2 -
Re: Seeking Advice and Help from Type Techies
IIRC, Orator is a small caps only font. My free font "Conta Mono SC" may be similar enough, and it supports Hawaiian: https://github.com/jenskutilek/quarantine-fonts/tree/master/fonts_web I…5 -
Re: Open sourcing VTT
I’d written down my thoughts on such an abstraction, which I called “constraints”, in the UFO spec in 2016 already. I think it still has merit, but standardizing it in UFO before having a working im…2